runtime.gQueue.head (field)
15 uses
runtime (current package)
proc.go#L3500: q.head.set(head)
proc.go#L6263: q.head.set(batch[0])
proc.go#L6454: head guintptr
proc.go#L6460: return q.head == 0
proc.go#L6465: gp.schedlink = q.head
proc.go#L6466: q.head.set(gp)
proc.go#L6478: q.head.set(gp)
proc.go#L6491: q.tail.ptr().schedlink = q2.head
proc.go#L6493: q.head = q2.head
proc.go#L6501: gp := q.head.ptr()
proc.go#L6503: q.head = gp.schedlink
proc.go#L6504: if q.head == 0 {
proc.go#L6513: stack := gList{q.head}
proc.go#L6539: l.head = q.head
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |